1bashThis demonstrates creating nested directories using brace expansion and the --parents option in a single command.mkdir --parents {foo,bar}/bazexternal toolsmkdirdirectory creationwith --parents and brace expansion